home *** CD-ROM | disk | FTP | other *** search
- #define JH_BBSName 11
- #define JH_Sysop 12
- #define JH_FLAGFILE 13
- /**************************** GET/SET Values from System ***********************/
-
- #define DT_NAME 100
- #define DT_PASSWORD 101
- #define DT_LOCATION 102
- #define DT_PHONENUMBER 103
- #define DT_SLOTNUMBER 104
- #define DT_SECSTATUS 105
- #define DT_MESSAGESPOSTED 109
- #define DT_UPLOADS 110
- #define DT_DOWNLOADS 111
- #define DT_TIMESCALLED 112
- #define DT_TIMELASTON 113
- #define DT_TIMEUSED 114
- #define DT_TIMELIMIT 115
- #define DT_TIMETOTAL 116
- #define DT_BYTESUPLOAD 117
- #define DT_BYTEDOWNLOAD 118
- #define DT_DAILYBYTELIMIT 119
- #define DT_DAILYBYTEDLD 120
- #define DT_EXPERT 121
- #define DT_LINELENGTH 122
- #define ACTIVE_NODES 123
- #define DT_DUMP 124
- #define BB_CONFNAME 126
- #define BB_CONFLOCAL 127
- #define BB_LOCAL 128
- #define BB_STATUS 129
- #define BB_COMMAND 130
- #define BB_MAINLINE 131
- struct JHMessage
- {
- struct Message Msg;
- char String[200];
- int Data;
- int Command;
- int NodeID;
- int LineNum;
- };
-